Welcome![Sign In][Sign Up]
Location:
Search - reliable udp

Search list

[Internet-NetworkUDP_java

Description: 基于面向不可靠连接的编程 --UDP包的发送与接收-not based on reliable connectivity-oriented programming-- UDP packet transmission and reception
Platform: | Size: 1024 | Author: 陆胥君 | Hits:

[Bio-Recognizeshengwushibie

Description: UDP对QQ来说太重要了。 UDP和TCP是同一个层上的协议,都是通过IP层进行数据。。。 算啦,不扯这些了。 UDP针对的是不需要保证数据一定传输到的一种协议。因为IP 本身是会被随意丢弃的,所以TCP为确保数据可靠,会消耗大量的 资源,而且Socket架上去以后会出于保持链接的一种结构。 QQ本身不保持链接,数据是否可靠自己去验证,而且QQ里的数据 都是小包,尤其适应UDP的结构。最后对于multicast来说,UDP 是唯一可行的降低网络带宽负担的协议-UDP right QQ is so important. UDP and TCP is a layer with the agreement through the IP layer data. . . Forget it, do not pull these. UDP is aimed at not necessarily guarantee that the data transmission to an agreement. Because IP is will be randomly discarded, TCP to ensure reliable data, and will consume a large amount of resources, but to Socket shelves after link will be maintained for a structure. QQ link itself is not maintained, reliable data to verify themselves, but QQ, the data packets are, in particular to adapt the structure of UDP. Finally for multicast, UDP is the only viable network bandwidth to reduce the burden of agreement
Platform: | Size: 67584 | Author: fang | Hits:

[Post-TeleCom sofeware systemssctp

Description: SCTP协议栈,SCTP是一种IP层的应用协议,实际上是与TCP,UDP并列的协议,SCTP传输比TCP更可靠,目前主要用于SIP类通讯协议。-SCTP, SCTP is a layer of IP Application Protocol is actually TCP, UDP tied to the agreement, SCTP transmission more reliable than TCP, the key category for SIP communication protocol.
Platform: | Size: 203776 | Author: 张三 | Hits:

[Internet-Networkgbn

Description: 呵呵,交大网络作业;可靠的数据传输,go back to N;呵呵,错过了就可惜了-Oh, Chiao Tung network operations; Reliable data transmission, go back to N; Oh, it missed on the pity
Platform: | Size: 74752 | Author: 河南 | Hits:

[Internet-Networkudt.sdk.2.3.tar

Description: UDP的可靠传输项目UDT(开源),采用了类似TCP的华东窗口协议-UDP reliable transmission UDT (open source), adopted a similar TCP window of East China agreement
Platform: | Size: 157696 | Author: | Hits:

[Internet-NetworkVC...................................

Description: UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点:   1、 数据传输不用建立连接,所以不可靠;   2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据;   具体实现很简单,但是现在在网络上很少看到这方面的代码;我也参考了VCKBASE上的关于UDP通信的原代码和一些书籍,写了这个简单的客户端,接收端程序,起到抛砖引玉的作用,希望能给初次接触UDP之BROADCAST编程的同志一些参考。 -UPD DATAGRAM PROTOCAL USER is the acronym, the network is available on the connectionless transport protocol. UDP communication with the following characteristics : 1, data transmission not connect, it is not reliable; 2. the data is sent across the network for any one of the LAN computers can receive the same data; specific Implementation is simple, but now the network rarely see the code; I have made reference to the VCKBASE the UDP communications on the original code and some books, was this simple client, receiving end procedures, the role played congregate, in hopes of giving the initial contact UDP Zhi BROADCAST programming comrades some reference.
Platform: | Size: 1024 | Author: htj | Hits:

[Internet-Networkudptransport

Description: 基于UDP实现简单的可靠数据传输 由于数据是在不可靠的信道上传输的,因此数据在信道上传输时可能会发生比特错误,数据丢失。Rdt3.0及之前的版本都是停止—等待协议,它限制了网络底层硬件的能力。为克服这个问题引入了流水线技术,两个能恢复流水线中的错误的基本方法:第N个分组重发和选择性重复。综上,要实现差错编码,顺序号,计时器,分组确认,滑动窗口,拥塞控制。-simple UDP based on the reliable data transmission of data is not reliable transmission of the channel, therefore the data transmission channel may occur bit error, data loss. Rdt3.0 and earlier versions are stop-wait for the agreement, which limits the underlying network hardware capabilities. To overcome this problem the introduction of pipeline technology, both of which can restore pipeline error in the basic methods : section N to a re-issued and selective repeat. In sum, to achieve error coding, sequencing, the timer, a confirmation, sliding window, congestion control.
Platform: | Size: 124928 | Author: 周崇青 | Hits:

[Internet-NetworkCTP

Description: 用UDP写的可靠传输,非常有借鉴意义,适合互连网通讯-using UDP write reliable transmission, very useful, suitable interconnection Netcom--
Platform: | Size: 15360 | Author: guojm | Hits:

[Communicationudt

Description: 基于UDP的可靠传输协议UDT在VC6下的编译实现.-based on UDP reliable transmission protocol UDT in VC6 the compiler to achieve.
Platform: | Size: 4184064 | Author: guo | Hits:

[Other Embeded programDTU3.0

Description: 基于nucleus操作系统的GPRS无线数据传输终端全套源文件。包括支持ARM7的BSP,操作系统,GPRS驱动,PPP协议栈,TCP/UDP/IP/TFTP协议栈和数据传输应用程序。这套成熟可靠,在产品中应用。还包含以太网驱动和文件系统-nucleus operating system based on GPRS wireless data transmission terminals set of source documents. Including support for ARM7 BSP, operating system, GPRS-driven, PPP protocol stacks, TCP/UDP/IP/TFTP protocol stack and data transmission applications. This is mature, reliable, product application. Drivers also includes Ethernet and documentation system
Platform: | Size: 9382912 | Author: 刘昊 | Hits:

[Other resourceUDPEmail

Description: 基于UDP可靠传输的邮件系统-based on UDP reliable transmission mail system
Platform: | Size: 344064 | Author: 李国新 | Hits:

[Internet-NetworkUdp329

Description: UDP是一种面向非连接,不可靠的通讯协议,相对于TCP来说,虽然可靠性不及,但传输效率较高。所以在网络上仍有很大的用途。这几日需要了解下udp通讯的过程,上网发现这方面的资料还挺少。于是仔细的翻找了下msdn,基本上搞清楚了udp通讯的过程。做了一个测试的例子。希望对大家有帮助。 -UDP is a non-connection-oriented, reliable communication protocol, compared to TCP, Although less than reliability, high transmission efficiency. So the network is still great purposes. Need to understand the past few days under udp communication process, the Internet found that information It's small. So carefully looking for the next VARIANT basically clear the udp communication process. Done a test case. We want to help.
Platform: | Size: 4096 | Author: zxzl | Hits:

[Internet-Networkudt.sdk.3.2.tar

Description: udt的一个源代码,可以说是UDP下可靠传送的一种协议.-udt of a source code can be said to be under UDP reliable transmission of an agreement.
Platform: | Size: 152576 | Author: beidaole | Hits:

[CommunicationRUDP-3952

Description: 基于rudp 数据可靠传输及测试 做rudp协议人不多 写此抛砖引玉-rudp based on reliable data transmission and testing so few people rudp agreement was made this comment
Platform: | Size: 314368 | Author: cvwerv | Hits:

[Internet-Networkudt.sdk.3.3.tar

Description: udt.sdk.3.3,UDP的可靠传输项目UDT(开源),采用了类似TCP的滑动窗口协议,在 udt.sdk.3.2 的基础上作了改进,使适用于网格计算. -udt.sdk.3.3, UDP reliable transmission projects UDT (open source), using a similar TCP sliding window protocol, in udt.sdk.3.2 based on improved, so that applicable to grid computing.
Platform: | Size: 152576 | Author: 冷于冰 | Hits:

[Communication-Mobile070822udt4Source

Description: udt.sdk.4.0,UDP的可靠传输项目UDT(开源),采用了类似TCP的滑动窗口协议,在 udt.sdk.3.2 的基础上作了改进,使适用于网格计算-udt.sdk.4.0, UDP reliable transmission projects UDT (open source), using a similar TCP sliding window protocol, in udt.sdk.3.2 based on improved, so that applicable to grid computing
Platform: | Size: 434176 | Author: liulin | Hits:

[Communication-Mobile070822CTPDemo_src

Description: 用UDP写的可靠传输程序源代码,非常有借鉴意义,适合互连网通讯-Using UDP transmission procedure to write reliable source code, learn the meaning of very suitable for the interconnection Netcom inquiry
Platform: | Size: 46080 | Author: liulin | Hits:

[Internet-NetworkUDMP

Description: 实现基于UDP的可靠数据传输,模拟邮件发送和接收-UDP-based reliable data transfer, simulation e-mail to send and receive
Platform: | Size: 16384 | Author: 王超 | Hits:

[Internet-Networkudt.sdk.4.1.win32

Description: 可靠UDP传输, 长距离传输或者无线传输比TCP效率要高很多-UDP and reliable transmission, long-distance transmission or wireless transmission efficiency than TCP is much higher
Platform: | Size: 374784 | Author: lhl | Hits:

[Internet-NetworkRUDP-4115

Description: rudp可靠保障得udp传输,实现文件可靠传输-rudp a reliable guarantee for a udp transmission, to achieve reliable transmission document
Platform: | Size: 317440 | Author: missdm | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net